/* classes for news */
.newsexttable {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #CCE6FF;
}

.newstitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #CCE6FF;
    font-weight : bold;
	border-top : 1px solid #4D8AFF;
    border-bottom : 1px solid #4D8AFF;
}

.newstitlelink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #CCE6FF;
    font-weight : bold;
	text-decoration : none;
}

.newstitlelink:HOVER {
    color : Black;
	text-decoration : underline;
}

.newsdate {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #00008B;
    background-color : #CCE6FF;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #FAFAFA;
}

.newspostedbylink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #FAFAFA;
	text-decoration : none;
	font-weight: bold;
}

.newspostedbylink:HOVER {
    color : #000000;
	text-decoration : underline;
}

.newstext1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #333333;
    background-color : #FAFAFA;
}

.newstext2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #333333;
    background-color : #FAFAFA;
}

.newsfooter {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #CCE6FF;
	border-top : 1px solid #4D8AFF;
    border-bottom : 1px solid #4D8AFF;
}

.newsfooterlink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #CCE6FF;
	text-decoration : none;
}

.newsfooterlink:HOVER {
    color : #333333;
	text-decoration : underline;
}

.newsgap {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #CCE6FF;
	border-top : 1px solid #4D8AFF;
    border-bottom : 1px solid #4D8AFF;
}